From 09c0f6ceb0b1a1f1887f8ac85daa8b56b1ad86ed Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 10 Oct 2006 14:39:15 +0000 Subject: [PATCH] Include xterm.h for x_fully_uncatch_errors and friends. --- src/eval.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/eval.c b/src/eval.c index dbd30eac201..4e04422d2d6 100644 --- a/src/eval.c +++ b/src/eval.c @@ -28,6 +28,10 @@ Boston, MA 02110-1301, USA. */ #include "dispextern.h" #include +#if HAVE_X_WINDOWS +#include "xterm.h" +#endif + /* This definition is duplicated in alloc.c and keyboard.c */ /* Putting it in lisp.h makes cc bomb out! */ -- 2.30.2